home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gTRGameObj, gzTRBalloonObj, gcTRBAL_CH1, gTREndGame
- set the castNum of sprite 47 to the number of cast "CloseButton"
- updateStage()
- if the mouseCast = the number of cast "CloseButton" then
- if gTREndGame = 0 then
- set the visible of sprite 45 to 0
- GetHistState()
- go("BeginHead2Head")
- DisplayPuzzlePcs()
- else
- go("StopGame")
- end if
- end if
- end
-